-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: listen on the IPv6 unspecified address #861
fix: listen on the IPv6 unspecified address #861
Conversation
7f9fed0
to
a1445d5
Compare
Signed-off-by: Mike Beaumont <[email protected]>
a1445d5
to
3296f4e
Compare
bors try |
tryBuild failed: |
hmm rest client test keeps butting heads with jaeger service:
Let's retry again, otherwise maybe we need to disable jaeger for this test until get to the bottom of it... |
tryBuild succeeded: |
bors merge |
861: fix: listen on the IPv6 unspecified address r=tiagolobocastro a=michaelbeaumont This is a step towards making mayastor work on dual-stack/ipv6-only clusters. Co-authored-by: Mike Beaumont <[email protected]>
Build failed: |
@dsharma-dc seems bors is failing due to the recent nvmf changes, could you please take a look? |
Checking this. Some tests need adjustments. They didn't fail earlier in CI because io-engine PR was merged after control-plane. |
@michaelbeaumont Could you please rebase your branch on develop and we'll try merging again. |
Not necessary, bors deals with this as long as there's no conflict. |
Build succeeded: |
This is a step towards making mayastor work on dual-stack/ipv6-only clusters.